hipreme_engine v1.0.14 (2023-12-23T18:43:10Z)
Dub
Repo
DirtyFlagsCmp
hip
util
data_structures
Undocumented in source.
struct
DirtyFlagsCmp (
alias
flag
Fields
...
) {
import
std
.
typecons
;
;
P
parent
;
Tuple
!(
typeof
(
Fields
))
base
;
this
(P parent);
void
start
(P parent);
void
update
();
alias
opCall
=
update
;
}
Constructors
this
this
(P parent)
Undocumented in source.
Members
Aliases
opCall
alias
opCall
=
update
Undocumented in source.
Functions
start
void
start
(P parent)
Undocumented in source. Be warned that the author may not have intended to support it.
update
void
update
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
base
Tuple
!(
typeof
(
Fields
))
base
;
Undocumented in source.
parent
P
parent
;
Undocumented in source.
Meta
Source
See Implementation
hip
util
data_structures
aliases
AArray
classes
Array2D_GC
EventQueue
Node
mixin templates
DirtyFlagFields
structs
Array
Array2D
Dirty
DirtyFlagsCmp
Map
Pair
RangeMap
RingBuffer
Signal